-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix cron connector for no auth #27
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Nitishkumar Singh <[email protected]>
Is this PR ready to be merged and released - or is something still missing? We are currently with issue #22 and don't want to turn on basic auth in local development environments. Best regards 🙂 |
This is ready. @alexellis |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved
@arnediekmann why don't you want to turn on basic authentication? It's a terrible idea to run without it. Also, who are you and your team? We don't seem to know you? |
Thanks, @alexellis and @nitishkumar71! @alexellis We are solely using OpenFAAS without authentication in local development environments where we just bind to 127.0.0.1 for convenience. Since I work for a digital agency which provides services for other, larger corporations, it would make most sense to add those and their use cases to the adopters list - I will ask the project representatives if they are fine with that 🙂 |
Let's start with getting your agency written up, and we can consider this PR again. If our work on OpenFaaS is deriving value for your business, can you bring up a GitHub sponsorship with your manager too? |
Signed-off-by: Nitishkumar Singh [email protected]
Fix cron connector to work without basic auth
Description
Fix cron connector to work without basic auth
Motivation and Context
design/approved
labelCloses #22
How Has This Been Tested?
Build docker image in local
Test with
basic_auth=false
Test with
basic_auth=true
Types of changes
Checklist:
git commit -s